home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / nLite 0.99.1 Beta / nlite-0.99.1bi.exe / install_script.iss
Text File  |  2004-10-11  |  4KB  |  77 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=nLite
  5. AppVerName=nLite 0.99.1 beta
  6. AppId=nLite
  7. AppPublisher=nuhi
  8. AppPublisherURL=http://nuhi.msfn.org
  9. AppSupportURL=http://nuhi.msfn.org
  10. AppUpdatesURL=http://nuhi.msfn.org
  11. DefaultDirName={pf}\nLite
  12. DefaultGroupName=nLite
  13. OutputBaseFilename=nLite new
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\nlwiz.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\nlite.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Data\boot.bin"; DestDir: "{app}\Data"; Flags: ignoreversion 
  23. Source: "{app}\Data\makeiso.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  24. Source: "{app}\Data\modpe.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  25. Source: "{app}\Data\patcher.dll"; DestDir: "{app}\Data"; Flags: ignoreversion 
  26. Source: "{app}\Lang\Deutsch #2.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  27. Source: "{app}\Lang\Deutsch.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  28. Source: "{app}\Lang\Franτais.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  29. Source: "{app}\Lang\Italiano.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  30. Source: "{app}\Lang\Japanese.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  31. Source: "{app}\Lang\Nederlands.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  32. Source: "{app}\Lang\Norwegian.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  33. Source: "{app}\Lang\Portuguese.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  34. Source: "{app}\Lang\Romanian.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  35. Source: "{app}\Lang\Russian.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  36. Source: "{app}\Lang\Simplified Chinese.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  37. Source: "{app}\Lang\Spanish.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  38. Source: "{app}\Lang\Translation.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  39.  
  40. [Dirs]
  41. Name: "{app}\Presets"; 
  42.  
  43. [INI]
  44. FileName: "{app}\nlite.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://nuhi.msfn.org"; 
  45.  
  46. [Run]
  47. Filename: "{app}\nlite.exe"; Description: "{cm:LaunchProgram,nLite}"; Flags: postinstall skipifsilent nowait
  48.  
  49. [Icons]
  50. Name: "{group}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; 
  51. Name: "{group}\{cm:ProgramOnTheWeb,nLite}"; Filename: "{app}\nlite.url"; 
  52. Name: "{group}\{cm:UninstallProgram,nLite}"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  53. Name: "{userdesktop}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  54. Name: "{group}\Presets"; Filename: "{app}\Presets"; WorkingDir: "{app}\Presets"; Comment: "Custom presets"; 
  55.  
  56. [Tasks]
  57. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  58.  
  59. [UninstallDelete]
  60. Type: files; Name: "{app}\nlite.url"; 
  61.  
  62. [CustomMessages]
  63. default.NameAndVersion=%1 version %2
  64. default.AdditionalIcons=Additional icons:
  65. default.CreateDesktopIcon=Create a &desktop icon
  66. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  67. default.ProgramOnTheWeb=%1 on the Web
  68. default.UninstallProgram=Uninstall %1
  69. default.LaunchProgram=Launch %1
  70. default.AssocFileExtension=&Associate %1 with the %2 file extension
  71. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  72.  
  73. [Languages]
  74. ; These files are stubs
  75. ; To achieve better results after recompilation, use the real language files
  76. Name: "default"; MessagesFile: "embedded\default.isl"; 
  77.